net/http.ServeMux.register (method)
5 uses
net/http (current package)
server.go#L2843: mux.register(pattern, handler)
server.go#L2856: mux.register(pattern, HandlerFunc(handler))
server.go#L2866: DefaultServeMux.register(pattern, handler)
server.go#L2876: DefaultServeMux.register(pattern, HandlerFunc(handler))
server.go#L2880: func (mux *ServeMux) register(pattern string, handler Handler) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |